ComponentOne Xamarin.Android
ReplaceAsync Method (C1PagedCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1PagedCollectionView<T> Class : ReplaceAsync Method
The index.
The item.
Replaces the item at the specified index by the new specified item.
Syntax
'Declaration
 
Public Overrides Function ReplaceAsync( _
   ByVal index As Integer, _
   ByVal item As Object _
) As Task
'Usage
 
Dim instance As C1PagedCollectionView(Of T)
Dim index As Integer
Dim item As Object
Dim value As Task
 
value = instance.ReplaceAsync(index, item)
public override Task ReplaceAsync( 
   int index,
   object item
)

Parameters

index
The index.
item
The item.
See Also

Reference

C1PagedCollectionView<T> Class
C1PagedCollectionView<T> Members